|
Apache Felix is an open source implementation of the OSGi Release 5 core framework specification. The initial codebase was donated from the Oscar project at ObjectWeb.〔(Project Oscar hosted at ObjectWeb )〕 The developers worked on Felix for a full year and have made various improvements while retaining the original footprint and performance. On June 21, 2007, the project graduated from incubation as a top level project and is considered the smallest size software at Apache Software Foundation. ==Running Felix== To run Apache Felix OSGi, you need to download the felix-framework-4.x.x.tar.gz or felix-framework-4.x.x.zip compressed file from the site. Once you have extracted the Felix framework distribution, from the command line in the extracted directory type the following: java -jar bin/felix.jar After bundles are installed and running, typing a command like help from the console will display all available commands, which are: *bundlelevel *cd () - change or display base URL. *find *headers (... ) - display bundle header properties. *help - display impl commands. *inspect - inspect dependency information (e.g., packages, service, etc.). *install *log () () - list recent log entries. *obr help - OSGi bundle repository. *ps (| -s | -u ) - list installed bundles. *refresh (... ) - refresh packages. *resolve (... ) - attempt to resolve the specified bundles. *shutdown - shutdown framework. *start *startlevel () - get or set framework start level. *stop *sysprop () () () - Display, set, modify and remove system properties. *uninstall *update *version - display version of framework. 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Apache Felix」の詳細全文を読む スポンサード リンク
|